-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Native Contracts to be updated #2942
Conversation
@shargon does this native update still require a resync? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started reviewing, @shargon,
The changes looks good and compact.
I still did not reach the part where we can call functions from previous versions while re-syncing. Can you pin that for me?
I will soon be back to the code and, then, test it. It will require some good attention.
In this version I think that is not required. But I want to remove |
@superboyiii I think that now it's solved :) sorry for all! |
Nice, let me retest it. |
Can we make a draft to fix neo-project/neo-modules#874 ? this breaks me for testing. |
@superboyiii I promise that now it will work :) |
@shargon All feature works well on my privatenet now. To ensure everything compatible, I will re-check storage on mainnet. Give me 1 more day. |
@neo-project/core is reviewed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I reviewed I think it is not changed
@superboyiii ready? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainnet data is compatible.
Ported as a part of neo-project/neo#2942. Signed-off-by: Anna Shaleva <[email protected]>
Ported as a part of neo-project/neo#2942. Signed-off-by: Anna Shaleva <[email protected]>
Ported as a part of neo-project/neo#2942. Signed-off-by: Anna Shaleva <[email protected]>
Ported as a part of neo-project/neo#2942. Signed-off-by: Anna Shaleva <[email protected]>
Ported as a part of neo-project/neo#2942. Signed-off-by: Anna Shaleva <[email protected]>
Ported as a part of neo-project/neo#2942. Signed-off-by: Anna Shaleva <[email protected]>
Close #2932
Can be tested with #2925